getOrNull

fun getOrNull(): L?

Gets value of this Left or null if this is Right.

Return

Value of this Left or null.